projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c9c5c4
)
(Searching Keymaps): Reinstate documentation of translation-table-for-input.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 7 Feb 2009 11:08:01 +0000
(11:08 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 7 Feb 2009 11:08:01 +0000
(11:08 +0000)
doc/lispref/keymaps.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/keymaps.texi
b/doc/lispref/keymaps.texi
index b6a7604450da5bec6f26f381a2e7acf2dacda263..177be238318a0ce35ccad3a390d4ae43d8fa6b4e 100644
(file)
--- a/
doc/lispref/keymaps.texi
+++ b/
doc/lispref/keymaps.texi
@@
-739,6
+739,10
@@
that string instead of the buffer.
The function finally found may be remapped
(@pxref{Remapping Commands}).
+@item
+Characters that are bound to @code{self-insert-command} are translated
+according to @code{translation-table-for-input} before insertion.
+
@item
@code{current-active-maps} returns a list of the
currently active keymaps at point.